home *** CD-ROM | disk | FTP | other *** search
- package sun.plugin;
-
- import java.awt.TextArea;
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- final class ConsoleWindow$1 implements ActionListener {
- // $FF: synthetic field
- private final ConsoleWindow this$0;
-
- public void actionPerformed(ActionEvent var1) {
- TextArea var2 = ConsoleWindow.access$0(this.this$0);
- synchronized(var2){}
-
- try {
- ConsoleWindow.access$0(this.this$0).setText("");
- } catch (Throwable var4) {
- throw var4;
- }
-
- }
-
- // $FF: synthetic method
- ConsoleWindow$1(ConsoleWindow var1) {
- this.this$0 = var1;
- }
- }
-